projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08efda9
)
(delete-key-deletes-forward-mode): Fix typo in
author
Andrew Innes
<andrewi@gnu.org>
Tue, 19 Dec 2000 13:03:05 +0000
(13:03 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Tue, 19 Dec 2000 13:03:05 +0000
(13:03 +0000)
docstring.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 44cdcebd44cc5ec3da74668589faef030e46cc93..3f1ed22f32da8ccbbe21c960e4d07199b066ad40 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4025,7
+4025,7
@@
have both Backspace, Delete and F1 keys."
(defun delete-key-deletes-forward-mode (&optional arg)
"Toggle Delete key deleting forward or backward.
With numeric arg, turn the mode on if and only iff ARG is positive.
-For more details, see `delete-key-delete
d
-forward'."
+For more details, see `delete-key-delete
s
-forward'."
(interactive "P")
(setq delete-key-deletes-forward
(if arg